public List <KitDetail> GetAllOfferList()
 {
     return(objReportRepo.GetAllOfferList());
 }