//DELETE EMPLEADOS public static bool deleteEmpleado(int id) { return(EmpleadoDAL.deleteEmpleado(id)); }