public function actaddstore()
 {
     DealersStores::addStore();
     $this->redirect('/dealers/stores/?id=' . $_POST['dealer']);
 }