public JsonResult GetHowOftens()
 {
     return(new JsonResult(_coffeeRepository.GetHowOftens().Select(ho => new { ho.Id, ho.Explanation })));
 }