public Algorithm CreateAlgorithm(Algorithm algorithm)
 {
     return(repo.CreateAlgorithm(algorithm));
 }