public bool XoaPhongBan(int Id)
 {
     return(_phongBanRepository.XoaPhongBan(Id));
 }