public void deleteEmployee(int id)
 {
     _employeeDBEntities.STP_DeleteEmployeeById(id);
 }