public object GetInform(string account)
 {
     return(_approvalManager.GetInform(account));
 }
 public List <Inform> GetInform(string account)
 {
     return(_approvalManager.GetInform(account));
 }