public void RemoveEmployee(int id)
 {
     EmployeeContext.RemoveEmployee(id);
 }