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