public CustomerHistory(MainMenu main, int id)
 {
     InitializeComponent();
     staff_id = id;
     mainMenu = main;
 }