public IEnumerable <MechanicViewModel> GetAllMechanic()
 {
     return(_MechanicRepository.GetAllMechanic());
 }