public ValuesController(UniversityContext context) { this.context = context; if (context.Students.Count() == 0) { ExcelParser excel = new ExcelParser(); excel.Context = context; excel.GetGroups(); } }