public IActionResult PostCopy(MoveOrCopy copy) { return(PerformCopy( copy, i => _memberTypeService.Get(i), (type, i) => _memberTypeService.Copy(type, i))); }