public function AddCompanyStatus($arg = false)
 {
     $model = $this->model;
     $arrayobject = $model->AddCompanyStatus($arg);
     $ObjectDTO = new Convert();
     $companies = $ObjectDTO->toObject($arrayobject);
     $this->View->msg = $companies;
     $this->View->render('places_Ive_searched/index');
 }