public IList <ExperimentModel> GetAllExperiments()
 {
     return(_experimentRepository.GetAllEntities());
 }