public function handleLoadWorkflowsObserver($event)
 {
     $workflowsObserver = new WorkflowsObserver();
     $workflowsObserver->init();
 }