/**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     $cc1 = new CommandCenter();
     $cc1->owner = 'Anders';
     $cc1->location = new Point(56.422009, 12.084047);
     $cc1->save();
 }