namespace WebApplication1.models { class Globals { public static IDataProvider dataProvider; public static int PAGE_LEN = 20; } }