public IEnumerable <LoaiSanPham> GetAll()
 {
     return(_loaiSanPhamRepository.GetAll(new string[] { }));
 }
 public IEnumerable <LoaiSanPham> LayTatCa()
 {
     return(_loaiSanPhamRepository.GetAll());
 }
 public IEnumerable <LOAI_SAN_PHAM> GetAll()
 {
     return(_loaiSanPhamRepository.GetAll());
 }