public ManageProductService(rapChieuPhimDbContext context, IStorageService storageService)
 {
     _context        = context;
     _storageService = storageService;
 }
 public PublicProductService(rapChieuPhimDbContext context)
 {
     _context = context;
 }