private static void RegisterProductInheritanceRoutes() { const string routePrefix = "FieldInheritance"; // TODO: add edit page Routes.AddPage <InheritanceSearchPage>(routePrefix); Routes.AddPage <InheritanceViewPage>(routePrefix + "/{id}"); //Routes.AddPage<Products.Inheritance.InheritanceEditPage>(routePrefix + "/{id}/Edit"); }