private static ITypeRepository GetTypeRepository() { var repo = new TypeRepository(); repo.Fill(); return(repo); }