public IList <EmployeePlanner> GetEmployeePlanner(int?CompanyAddressID = 0) { return(_businessInstance.GetEmployeePlannerList(Convert.ToInt32(ClaimHelper.CompanyId), CompanyAddressID)); }