public async Task <ItemCurrentQuantityVM> GetItemCurrentQuantity(string ItemID, int StoreID) { return(await itemsService.GetItemCurrentQuantity(ItemID, StoreID)); }