public Department GetOneDepart(int id)
 {
     return(bll.GetOneDepart(id));
 }