/**
  * Return all news
  *
  * @return mixed
  */
 public function getAll()
 {
     return News::all();
 }