public IEnumerable <MechanicView> GetMechanics()
 {
     return(_mechanicRepository.GetMechanics());
 }