public object UpdateProfileStatus(string username, Guid statusId, [FromBody] Status status)
 {
     return(db.UpdateStatus(statusId, status));
 }