public IEnumerable <QSA> GetBySocio(string nome)
 {
     return(_qsa.GetBySocio(nome));
 }