public static List <EmpleadoEntidad> DevolverListaEmpleados()
 {
     return(EmpleadoDatos.DevolverListaEmpleados());
 }