/**
  * Remove the specified resource from storage.
  *
  * @param $id
  *
  * @return mixed
  */
 public function destroy($id)
 {
     return $this->user->delete($id);
 }