/**
  * get a data by $id
  */
 public function find($id)
 {
     return Favorite::find($id);
 }