public UserRepository(AssistiveRobotContext context) { _context = context; }
public GoalRepository(AssistiveRobotContext context) { _context = context; }
public LocationRepository(AssistiveRobotContext context) { _context = context; }