public string Add() { this.ImageUrl = CustomFile.SaveImageFile(this.ImageFileBase, this.Name, this.Id, "Medicine"); this.ContributorId = AuthenticatedUserModel.GetUserFromIdentity().Id; return(_medicineService.AddByUser(this)); }