public IEnumerable <InstructorViewModel> GetActive() { return(Mapper.Map <IEnumerable <InstructorViewModel> >(instructorService.GetActive())); }