public Employee Get(int id)
 {
     return _employeeContext.Get(id);
 }
 public Employee Get(int id)
 {
     return(_context.Get(id));
 }