public IActionResult Create(Model.Expert row, string ReturnUrl, int ID) { return(this.CreateBase(row, ReturnUrl)); }
public IActionResult Edit(Model.Expert row, string returnURL) { return(this.EditBase(row, returnURL)); }