public static List <ProjectData> GetAll() { using (AddressbookDB dB = new AddressbookDB()) { return((from p in dB.Projects select p).ToList()); } }