public IEnumerable <Framework> GetAll() { return(_framworkRepo.All()); }
public virtual IEnumerable <Device> GetDevices() { return(_deviceRepo.All()); }
public IEnumerable <OS> GetAll() { return(_osRepo.All()); }