private void BtnSent_Clicked(object sender, EventArgs e)
 {
     _SMSManager.LoadSMSMessages(SMSManager.SMSType.Sent);
 }