public ResponseDetail CheckOfferName(string offerName, int offerID)
 {
     return(objOfferRepo.CheckOfferName(offerName, offerID));
 }