public DataTable GetAllRecords(string Search)
 {
     return(objUserMasterDAL.GetAllRecords(Search));
 }