public List <Project> Get()
        {
            IGetAll readObject = new ReadData();

            return(readObject.GetAllProjects());
        }