public function postAdd()
 {
     CompanionshipFamily::create(Input::all());
     return Redirect::back()->with('status', 'Family Added!');
 }