function delete()
 {
     UserSession::signOut();
     $this->respondTo('html', function () {
         $this->getResponse()->redirect('App\\Store\\Controllers\\ProductController', 'index');
     });
 }