protected function showForm($id)
 {
     Form::load($id);
     Form::putFieldsInSession();
     return View::make(Platform::getPackageName() . '::edit');
 }