public static bool HasForeignKey(this AssociationSourceEndModel model)
 {
     return(model.HasStereotype("Foreign Key"));
 }