public int GetNewId()
 {
     return(departmentDal.GetNewId());
 }