public void ResetContext()
 {
     Context = new TestCasesContext();
 }
 public DynamicTestCasesService()
 {
     Context = new TestCasesContext();
 }