public DanhMucServices()
 {
     _commonFuntions = new CommonFuntions();
     _dmNgheNghiepBll = new DMNgheNghiepBLL();
 }
 public DMNgheNghiepController()
 {
     dmNgheNghiepBll = new DMNgheNghiepBLL();
     _dmNguonDenBll = new DMNguonDenBLL();
 }