public List <ProductOption> get_all(Int32 languageId = 0) { // Create the list to return List <ProductOption> posts = ProductOption.GetAll(languageId); // Return the list return(posts); } // End of the get_all method