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