public void GetEventsTest()
 {
     EventModel target = new EventModel(); // TODO: Initialize to an appropriate value
     int userId = 2; // TODO: Initialize to an appropriate value
     List<EventInfo> actual;
     actual = target.GetEvents(userId);
 }