public Bugdashboard CloneBugs()
 {
     Clone.Click();
     Thread.Sleep(3000);
     CloneSubmit.Click();
     return(this);
 }