public JsonResult AgregarCliente(Customer modelo) { string employeeName = User.Identity.GetUserId(); coperations.AddCustomer(modelo, employeeName); return(Json(true)); }