private CView parseView(CIniFile config, string[] separeted_string) { CView view = CView.FromIni(separeted_string); return(view); }