public InstructorViewModel GetByEmail(string email) { return(Mapper.Map <InstructorViewModel>(instructorService.GetByEmail(email))); }