Sory...replace the Hidden with Visible
So your codes are now:
Sub goto_sheet()

Sheets("Thyristors").Visible = True
Sheets("Thyristors").Activate

End Sub
And
Sub back_to_sheet()

ActiveSheet.Visible = False
Sheets("Main Menu").Activate

End Sub