public bool Exists(Employee employee)
 {
     return(employeeDb.Exists(employee));
 }