public IEnumerable <Employeetbl> GetAllEmployee(Employeetbl et) { return(objEmployeeDA.EmployeeAll(1, et)); }