public SqlCeDataReader ObtenerObjetos(SQLSerializable objeto)
 {
     try
     {
         return(this.EjecutarConsulta(objeto.toSelectTodo()));
     }
     catch (Exception)
     {
         throw;
     }
 }