public function create(array $data)
 {
     $this->validator->with($data)->passesOrFail();
     return $this->repository->create($data);
 }