public StudentMastersAPI(LinkMyTravelContext context)
 {
     _context = context;
 }
 public TodoRepository(LinkMyTravelContext context)
 {
     _context = context;
     //Add(new TodoItem {  Name = "Item1", IsComplete=false });
 }