public ExperimentModel GetExperimentById(int id)
 {
     return(_experimentRepository.GetEntityById(id));
 }