public List <OfferProduct> GetOfferProductsList(int id)
 {
     return(objOfferRepo.GetOfferProductsList(id));
 }