public ActionResult Index(TypeIdentityVM typeIdentity)
 {
     return(View(typeIdentity));
 }
 public ActionResult EntityTypeNotFound(TypeIdentityVM typeIdentity)
 {
     return(View(typeIdentity));
 }