public Task <int> FornecedoresCliente(int c) { dal = new DALFornecedor(); return(dal.FornecedoresCliente(c)); }