public TestController(ITIContext iTIContext) { db = iTIContext; }
public StudentsController1(ITIContext db) { this.db = db; }