public List <Vaga> List() { return(vagaDAO.List()); }
static void Main(string[] args) { List <Vaga> vaga = vagaDAO.List(); }