public Automobile AddUpdate(Automobile auto, UserType type)
 {
     FixNulls(auto);
     return(_autoRepo.AddUpdate(auto, type));
 }