public void AddMechanic(MechanicView mechanic)
 {
     _mechanicRepository.AddMechanic(mechanic);
 }