public PartialController()
 {
     _get = new CategoryProductBLL();
 }
 public DanhMucSanPhamController()
 {
     _get = new CategoryProductBLL();
 }