public function getControl($conexion)
 {
     $query = new Query();
     return $query->getControl($this->table, $this->users_email, $conexion);
 }