public List <Offer> GetValidOfferList(string Doj, string UpgradeDate, string IsFirstBill, string ActiveStatus, string FormNo)
 {
     return(objOfferRepo.GetValidOfferList(Doj, UpgradeDate, IsFirstBill, ActiveStatus, FormNo));
 }