/* public static usermanager GetProduct(int id)
         * {
         *   // return new Product { ID = id, Title = "Gerbera", Description = "wedding Flower", UnitPrice = 6, Quantity = 5000 };
         *   //  return DBManager.GetByID(id);
         *   return DBManager.GetByID(id);
         * }
         */

        /*   public static List<usermanager> GetAllManagers()
         * {
         *     List<usermanager> allManagers = new List<usermanager>();
         *     allManagers = DBManager.GetAllManagers();
         *     return allManagers;
         * }
         *
         */
        public static Manager GetManager(int id)
        {
            // return new Product { ID = id, Title = "Gerbera", Description = "wedding Flower", UnitPrice = 6, Quantity = 5000 };
            //  return DBManager.GetByID(id);
            return(DBManager.GetByIDM(id));
        }