public function getList()
 {
     return Category::lists('name', 'id');
 }