// Added by Paul 7/2/17
 public ApplicationUser FindByEmail(string email)
 {
     return(_applicationUserService.FindByEmail(email));
 }