public FormStudent(FormStart f) { InitializeComponent(); formStart = f; }
public FormClassroom(FormStart f) { InitializeComponent(); formStart = f; }