public string CreateMechanic(MechanicViewModel model) { return(_MechanicRepository.CreateMechanic(model)); }