public IActionResult Create(ExpertTimeTemplate row, string ReturnUrl)
 {
     return(this.CreateBase(row, ReturnUrl));
 }
 public IActionResult Edit(ExpertTimeTemplate row, string returnURL)
 {
     return(this.EditBase(row, returnURL));
 }