protected virtual string GetDishesHref(HtmlAgilityPack.HtmlNode dishTypeNode)
 {
     return dishTypeNode.GetPicturePath();
 }