public List <Intrests> Get()
        {
            Intrests intrest = new Intrests();

            return(intrest.GetAllIntrests());
        }
        public List <Intrests> Get(string mainI)
        {
            Intrests intrest = new Intrests();

            return(intrest.GetAllSubIntrests(mainI));
        }