public static Project projectExample2() {
   LargeProject project = new LargeProject();
   project.setDescription("To assess the changing demographics of the feline world");
   project.setName("Feline Demographics Assesment");
   project.setBudget(3654563.0);
   return project;
 }