public List <Vak> GetAll() { return(_vakDAO.GetAll()); }
public IEnumerable <Vak> GetAll() { return(_vakDAO.GetAll()); }