I am using VS 2013, EF 6, and database first....I have generated entity from database and would like to shut off auto generation as I would like to add custom attributes to the generated classes. My classes were generated using T4, how do I make custom ch...