public List <Staff> GetAll()
 {
     return(StaffDAL.GetAll());
 }