public WorksController(HabitTrackerContext context)
 {
     _context = context;
 }