public ActionResult DeleteConfirmed(Guid id)
 {
     _mestreAppService.Remove(id);
     return(RedirectToAction("Index"));
 }