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