public List <Item> RetrieveAllByTipo(string tipo) { var cm = new ItemManagement(); return(cm.RetrieveAllByTipo(tipo)); }