public List <BrandDTO> GetBrandList() { BrandManager brand = new BrandManager(); var brandList = brand.GetBrandList(); return(brandList); }