public CustomList <HRM_Emp> GetEmpSeparationApproval(string fromDate, string toDate) { return(HRM_Emp.GetEmpSeparationApproval(fromDate, toDate)); }