public Task <MenuCurrencies> AddMenuCurrencyAsync(long ownerId, long restaurantId, long currencyId)
 {
     return(MenuService.AddMenuCurrencyAsync(ownerId, restaurantId, currencyId));
 }