using System; using System.Collections.Generic; namespace DeathBook.Model { class Friendship { private Person friend1, friend2; private int importance; //on a scale from 1 to 100 } }