public SystemEnvironment GetByCode(string code)
 {
     return(_environmentRepository.GetByCode(code));
 }