public static void FromJson(this Fattura fattura, string json)
 {
     fattura.FromJson(new JsonTextReader(new StringReader(json)));
 }