public ManageFilmMsg(Main m)
 {
     InitializeComponent();
     this.m = m;
     this.Height = 380;
 }
 public ManageFilmSchedule(Main m)
 {
     InitializeComponent();
     this.m = m;
 }
 public ManageVideoHall(Main m)
 {
     InitializeComponent();
     this.m = m;
     this.Height = 355;
 }
 public SellTicket(Main m)
 {
     InitializeComponent();
     this.m = m;
 }