/**
  * @return \Illuminate\Database\Eloquent\Collection|static[]
  */
 public function getForDataTable()
 {
     return Role::all();
 }