public bool NewProject(string prjName)
 {
     return(ScreenClient.Start(stPort, prjName));
 }