public ICollection <Urun> GetAll() { return(_urunDAL.GetAll()); }
public List <Urun> GetAll() { return(_urunDAL.GetAll().ToList()); }