protected function configure()
    {
        parent::configure();

        $this
            ->setName('doctrine.orm.edit')
        ;
    }
    protected function configure()
    {
        parent::configure();

        $this
            ->setName('propel.edit')
        ;
    }
    protected function configure()
    {
        parent::configure();

        $this
            ->setName('mandango.edit')
        ;
    }