private async void SaveCommandExecute() { if (ValidateData()) { await DataBaseService.AddItemAsync(item); await NavigationService.GoBackAsync(); } }