public bool CheckDealerEmail(string email) { bool status = _dealerRepository.CheckDealerEmail(email); return(status); }