public DataTable BindUCGrid(UserModel objUCModel) { DataTable dtCUGrid = objUCDA.BindUCGrid(objUCModel); return(dtCUGrid); }