public function delete($id)
 {
     return DB::delete($this->nombreTabla, $this->nombreId, $id);
 }