/**
  * PRE_SUBMIT handler
  *
  * @param FormEvent $event
  */
 public function preSubmit(FormEvent $event)
 {
     $totalRent = $event->getData();
     $this->applicationRentShareSubscriber->setTotalRent($totalRent);
 }