public ParticipantsService(MeetupAPIDBContext context)
 {
     this.context = context;
 }
 public ParticipantsService()
 {
     context = new MeetupAPIDBContext();
 }