public static Customer Get(int id)
 {
     return(_db.Get(id));
 }