public void AddPointType(string type, string poitAlloc)
 {
     ConfigureProgramPage cpPage = new ConfigureProgramPage(driver);
     cpPage.AddPointType(type, poitAlloc);
 }