public bool Delete(int id)
 {
     return _deptGetway.Delete(id);
 }