public void NewProject(string name, string map, DateTime dateStarted, int speciesID) { context.NewProject(name, map, dateStarted, speciesID); }