public bool RunProject(string prjName)
 {
     return(ScreenClient.ExcuteProcess(stPort, prjName));
 }