public int ListCountLoaiSanPhamWithShop(int id)
 {
     return(_loaiSanPhamRepository.Count(x => x.IdShop == id));
 }