public static TestResultBll GetInst()
 {
     if (inst == null)
     {
         inst = new TestResultBll();
     }
     return(inst);
 }