public static List <EmpleadoEntidad> DevolverEmpleadoPorApellido(string text)
 {
     return(EmpleadoDatos.DevolverEmpleadoPorApellido(text));
 }