public function setUp()
 {
     parent::setUp();
     $user = $this->createExecutive();
     $this->actingAs($user);
 }
 public function setUp()
 {
     parent::setUp();
     $this->createStaff();
 }