public string ProducerApproveAndRejact(ClsProducersApproveAndRejact ObjApproveAndRejact)
 {
     using (ClsUserManagement_DAL obj = new ClsUserManagement_DAL())
     {
         return(obj.ProducerApproveAndRejact(ObjApproveAndRejact));
     }
 }
 public List <ClsProducersDetails> GetAllProducersList(Int64 UserID, string AccountStatus, int StartCount, int EndCount)
 {
     using (ClsUserManagement_DAL obj = new ClsUserManagement_DAL())
     {
         return(obj.GetAllProducersList(UserID, AccountStatus, StartCount, EndCount));
     }
 }