public IList <Variable> GetVariables()
 {
     return(_variableRepository.GetVariables());
 }