public static EmpleadoEntidad DevolverEmpleadoPorID(int idEmpleado)
 {
     return(EmpleadoDatos.DevolverEmpleadoPorID(idEmpleado));
 }