public object GetProfileStatus(string username, Guid statusGuid)
 {
     return(db.LoadStatus(statusGuid));
 }