public CohortRepository()
 {
     CohortDatabase = new CohortContext();
 }
 public CohortRepository(CohortContext context)
 {
     CohortDatabase = context;
 }