public bool SendPasswordRecoveryMail(EmailInfo info)
 {
     return(BusinessObjectManager.SendPasswordRecoveryMail(info));
 }