public Prato GetPrato(string restaurante, string prato)
 {
     return(_repository.GetPrato(restaurante, prato));
 }