public static List <Registrado> ListarRegistrados()
 {
     return(DatosRegistrado.ListarRegistrados());
 }