public List <Item> itemsPorCita(int id) { var cm = new ItemManagement(); return(cm.RetrieveByCita(id)); }