public Dictionary <string, string> GetStaffOfStore(int storeID)
 {
     return(storeManagment.GetStaffStroe(storeID));
 }