/**
  * @return mixed
  */
 public function getAll()
 {
     return StoreType::select('id', 'name')->where('is_active', 1)->get();
 }