public IEnumerable <Prato> GetByRestauranteId(long id)
 {
     return(_pratoRepository.GetByRestauranteId(id));
 }