public ActionResult Add() { ProductVM vm = new ProductVM(); vm.AltKategoriler = altKategoriRepo.GetActive(); return(View(vm)); }