public long GetTotalVideosDuration() { var s = new PortalAdminServices(); return(s.GetTotalVideosDuration()); }