public void Update(TestInfo log)
 {
     _repository.Update(log);
 }
 public void Create(TestInfo log)
 {
     _repository.Create(log);
 }