public CustomList <HRM_Emp> GetEmpInfo(string searchString) { return(HRM_Emp.GetEmpInfo(searchString)); }