public SqlCeDataReader ObtenerObjeto_Parametrizado(SQLSerializable objeto, String condicion)
 {
     try
     {
         return(this.EjecutarConsulta(objeto.toSelect_Parametrizado(condicion)));
     }
     catch (Exception)
     {
         throw;
     }
 }