public void getataKat() { Kategosris = new ObservableCollection <KategoriModels>(_services.GetAll()); }
public void LoadKategori() { Kategoris = new List <KategoriModels>(_katservice.GetAll()); }