/**
  * create activity
  */
 public function save()
 {
     return $this->activityModel->create($this->activityData);
 }