public async Task <object> Edite(Design design) { bool isValid = await _designService.ModifyDesign(design); _notification.SetNotificationMessage(isValid, Title, design.UID); return(_notification); }