public object GetEmp(Employee emp) { return(_context.Employees.Where(p => p.ID == emp.ID).Single()); }