public int DeleteByName(string name)
 {
     return(staffService.DeleteByName(name));
 }