public function listAllDepartments()
 {
     return Department::pluck('name', 'id');
 }