public int?GetMessagelistConut(Guid?UserId) { try { return(MDal.GetMessagelistConut(UserId)); } catch (Exception ex) { throw new Exception(ex.Message); } }