public IEnumerable <Arma> GetAllArmi() { return(_repo.GetAll()); }
public IEnumerable <Arma> GetAllArmi() { return(_armaRepository.GetAll()); }