public OperationController(IArmRepository armRepository)
 {
     _armRepository = armRepository;
 }